All Questions
Tagged with lazy-initializationobject-oriented-design
1 question
3votes
1answer
879views
Lazy loading can lead to stale data, violates IoC?
Trying to be a better programmer I have an application that keeps track of Roles and Permissions, I had classes for Role and Permission which were just value objects. class Role { int RoleID ...